Summar of implementations of Application

Name Comments
ShoppingCartApp Integrates with the Products app to allow products to be opted-in to reward programs. Once opted-in these products can be purchased with points acculuated for that program Product rewards can be searched and browsed by category, added to a shopping cart We might have a seperate shopping cart which supports multiple payment methods
VouchersApp
PaymentApp
SalesDataApp
ContentApp Does lots of things to do with content delivery.

The main thing it does is convert FileResource objects to RenderFileResource objects, for html files which are accessed within a website. This is what allows templating to occur.

Note that this will not return a RenderFileResource for html files which have a doctype

IntegrationApp This app assists with getting data in and out of your kademi account, integrating with your external data stores. Integration services are made available through the websites which have the integration app enabled. You configure it by creating an XML file in /theme/integration.xml, which has a list of endpoint mappings. For example: Each end point identifies the type, ie http, email, etc, as well as the address to handle requests for (ie email address or the path of a web resource)
KChatApp
RepositoryApp
AuctionApp
ManualPaymentApp This is a simple payment provider, which does not ask for additional payment information
LearningApp
EwayApp
AlertsApp
ReportingApp